libxl: domain_config_setdefault: Document use of domid
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 28 Oct 2019 12:04:04 +0000 (12:04 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 28 Oct 2019 18:09:24 +0000 (18:09 +0000)
commit7d2655f2064192fc216b5c578964c15d89c01ed7
tree1f245fddb6a363d81fe34169f121f4dc86c03ed9
parent07149d97b18920ae182be148534957886bf2233c
libxl: domain_config_setdefault: Document use of domid

We are going to want to call this from a site which has a domid which
is good for logging but not the domid of the domain we are creating
(namely, the stub device domain).

Consequently, add the same comment to
libxl__arch_passthrough_mode_setdefault.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
tools/libxl/libxl_arch.h
tools/libxl/libxl_create.c